home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 April / EnigmA AMIGA RUN 26 (1998)(G.R. Edizioni)(IT)[!][issue 1998-04].iso / earcd / bars&pipes / tools.doc < prev    next >
Text File  |  1994-03-26  |  11KB  |  268 lines

  1. **********************************************************************
  2. *                               Tools                                *
  3. **********************************************************************
  4.  
  5.     You'll notice that there are some extra Tools that are not
  6. explained in the manual. These were experimental Tools that we had
  7. kicking around, and thought you might enjoy having them. If you
  8. have questions about them, we encourage you to ask them on the BBS
  9. (404)315-0211, rather than calling technical support.
  10.  
  11. Controlled Performance
  12. ----------------------
  13.  
  14.     Controlled Performance is a new Tool not mentioned in the manual.
  15. This acts similarly to the Command Performance Tool except that it
  16. assigns ARexx commands/strings to MIDI controllers instead of notes.
  17. Each of the 128 controllers may be assigned with a minimum and maximum
  18. value.  The actual value of the controller is adjusted to fit within these
  19. parameters.
  20.  
  21.     In the command string, use C printf()-type constructs to show
  22. Controlled Performance how to embed the number in the string.
  23. Of the greatest use is the C identifier for an integer, "%ld".
  24. For example, you might create a string that says:
  25.  
  26.     "Throw %ld bricks."
  27.  
  28.     Controlled Performance replaces the "%ld" with the adjusted controller
  29. number, updating the string to says something like, "Throw 78 bricks."
  30.  
  31.  
  32. Controller Invert
  33. -----------------
  34.  
  35.     Also a new Tool not mentioned in the manual,  the Controller
  36. Invert Tool merely inverts the value of any MIDI control change
  37. message.  Its edit window has one slider which defines the control
  38. change value to be inverted.  This Tool is particularily useful
  39. for inverting Mix Maestro moves.  For example, you might use it
  40. to synchronize a fade-in on one Track with a fade-out on another.
  41.  
  42. DrumKey
  43. -------
  44.     The DrumKey Tools has the ability to load and save
  45. configuration files. A sample configuration file can be found in
  46. the Support directory. Use DrumKey's load menu command to load
  47. this file.
  48.  
  49. Duration
  50. --------
  51.     Duration is an extra Tool not explained in the manual. It is a
  52. bit esoteric, but if you can figure it out, you may find it
  53. useful, so here it is!
  54.     Duration is another type of the Articulation Modifier Tool.
  55. Duration can add or subtract specific amounts of length to notes
  56. or set notes to specific note lengths.  This latter action is
  57. exactly like the Articulator Tool.
  58.     Duration does not use percentages as the Articulation Modifier
  59. does.
  60.     Duration does one thing none of the other Ariticulators does
  61. though, it sets the duration field of the note to be the correct
  62. duration after the has been changed.  The other Articulators do
  63. not do that. This is NOT a bug on their part though, because in the
  64. past the duration field was not used in the PipeLine.  It was used
  65. for events stored in a Track.
  66.     Some new tools (e.g. Performance Kit and Power Tools) now make
  67. use of the duration field on events while passing through the
  68. PipeLine.  If any of these new tools are placed after one of the
  69. older Articulators then the new tool acts on the original duration
  70. of the note, no matter what the Articulators had changed the
  71. events duration to.  The Duration Tool solves this problem.
  72.  
  73. Echo
  74. ----
  75.  
  76.     The Echo Tool is now a Branching Tool.  If the Echo Tool is
  77. connected to a Merge Tool on another Track, the echoed notes
  78. branch to that Track.  If the Echo Tool is not connected it performs
  79. as before.  The original note ALWAYS gets sent down the original
  80. pipeline.
  81.  
  82. Guitar
  83. ------
  84.     The Guitar Tool has the ability to load and save chord banks
  85. and chord bank lists. Sample chord banks are stored in the Support
  86. directory. Use the Guitar Tool's control window buttons to load
  87. these.
  88.     By the way, the Guitar Tool is very difficult to explain
  89. clearly. It's a really fun Tool that you're going to have to
  90. experiment with to get the most out of it.
  91.  
  92. Link
  93. ------
  94.     Link is another freebie Tool that we added after the manual
  95. went to the printer. You may or may not ever need this Tool, but
  96. if you do, here it is!
  97.     There can be times when a track seems to have lost a note off,
  98. usually after quantizing, resulting is stuck notes.  The Link Tool
  99. restores note off events to every note on event to correct these
  100. ocassional flaws.  You may never see this problem but if you do
  101. you will be glad you had Link in that bottom drawer.
  102.     The UnStick Tool attempts to fix similar problems, but not all
  103. stuck notes are created equal.  UnStick creates a few other
  104. problems of its own, depending on what other tools are in use,
  105. occationally. Use which ever tool seems to work best.
  106.  
  107. POD People
  108. ----------
  109.  
  110.     The POD People Tool has an additional "Communications" menu where
  111. various Communications parameters such as baud rate, parity, etc, may
  112. be defined.  Also a third parameter button has been added along with
  113. a set of transport buttons that control the Panasonic Optical Disk
  114. directly.
  115.  
  116.  
  117. QuanTeeze
  118. ---------
  119.     Another extra Tool we threw in: QuanTeeze attempts to quantize
  120. note on and off events to any drum clock you want.  The Quantize
  121. Tool will quantize only to preset note durations, which is the
  122. musically correct thing to do.  But, if you are in an experimental
  123. mood, QuanTeeze may be just what you have been looking for for a
  124. little odd timing adjustment.
  125.     It can make a tracks timing wander; drag just a bit, or rush,
  126. and then it will snap back on time only to wander again.
  127.     This is a very experimental tool so be careful.  Don't get
  128. caught wandering to far.  You may never come back.
  129.  
  130. RandoNote
  131. ---------
  132.     Yep - here's another extra Tool: RandoNote is another
  133. experimental tool which adds randomness to pitch.  There are tools
  134. to randomize timing, why not pitch?  Think of The Who's "Won't Get
  135. Fooled Again".  The synth loop which the song is built around has
  136. a semi-random pitch change floating around in the chords.
  137. RandoNote can do this type of thing.
  138.     Notes going through RandoNote get their pitches randomized.
  139.  
  140. Sort
  141. ----
  142.     This is another esoteric Tool we had laying around. You'll
  143. probably never need it, but one person once found it useful.
  144.     Sort insures that note on and note off events pass down the
  145. PipeLine in the correct order.  The way Bars & Pipes Professional
  146. queues notes in advance does not take into account note order
  147. while passing events down the PipeLine, only that events will be
  148. played out of the midi port at the correct time.  This can cause
  149. problems with some tools which depend on the note order being
  150. correct.
  151.     This not a bug and is not normally a problem, but if a tool
  152. does not seen to be toolizing properly then note order may the
  153. cause.  Try placing Sort before the misfiring tool to see if it
  154. corrects the problem.
  155.  
  156.  
  157. Toasty
  158. ------
  159.  
  160.     The Toasty Tool (and also the Toasty Receive program) now have an
  161. additional "Communications" menu where various Communications
  162. parameters such as baud rate, parity, etc, may be defined.
  163.  
  164.     The Toasty Tool can access the additional banks of the Toaster
  165. 4000.  However, there are no buttons for these banks.  Instead, you
  166. must type in the GRID command.  Or, you can click on one of the grid
  167. buttons and change the letter to G or H.  E.g.: "GRID G33".
  168.  
  169. VelDur
  170. ------
  171.     A crazy Tool that no one in their right mind would ever even
  172. think of using: VelDur changes note duration relative to note
  173. velocity.  It is changed on a scale of 0% to 200%, Plus or Minus,
  174. the original note duration.
  175.     When set for Plus and a change of 200% a quarter note, 192
  176. drum clocks, will be changed from 192 to 386 drum clocks
  177. representing velocities of 0 to 127.
  178.     On the other hand, a quarter note and settings of 200% and
  179. Minus will result in note durations of 3 to 192 drum clocks.  The
  180. lowest possible duration will be 3 drum clocks regardless of the
  181. Change % setting.
  182.  
  183. **********************************************************************
  184. *                            Accessories                             *
  185. **********************************************************************
  186.  
  187. Arexx
  188. -----
  189.  
  190.     The Arexx Accessory now accepts an optional parameter to the TEMPO
  191. command.  If a parameter is present, B&P Pro changes the current
  192. tempo to the value of the parameter.
  193.  
  194.  
  195. AmiLink
  196. -------
  197.  
  198.     The AmiLink Accessory is a new accessory not mentioned in the
  199. manual.  It controls the AmiLink software via ARexx.
  200.  
  201.     The top four buttons define which VCR is the current VCR.  A, B,
  202. and REC make the A,B, or RECORD VCR's active.  The ALL button makes
  203. all VCRs active.  The bottom half of the window is a set of transport
  204. controls.  The commands are:
  205.  
  206.       STOP    PLAY    REWIND    FASTFORWARD
  207.       PAUSE           EJECT     RECORD
  208.  
  209.     Use the AmiLink Accessory to remotely control Video Deck playback
  210. and recording from within Bars&Pipes Professional.
  211.  
  212.  
  213. Big Sys
  214. -------
  215.  
  216.     Big Sys now has two additional buttons, plus slots for input and
  217. output tools.  The input and output tools default to the standard MIDI
  218. In and MIDI Out tools, but any input or output tool that deals with
  219. MIDI can be dragged into those areas, for example the One-Stop Music
  220. Shop's input and output tools.
  221.  
  222.     The two new buttons are 'Save Raw' and 'New'.  The 'Save Raw'
  223. button saves the current sysex buffer as a raw sysex file.  The normal
  224. 'Save' option creates a header that is used by B&P Pro, but if you
  225. wish to use your sysex data files with other programs 'Save Raw'
  226. should be used.  Note that the 'Load' command will automatically
  227. detect and load in either a raw sysex file OR a B&P Pro sysex file.
  228.  
  229.     The 'New' button simply creates a new sysex buffer for you to
  230. edit.  This allows you to create a sysex buffer to send to your MIDI
  231. device without loading it from disk.
  232.  
  233.  
  234. Phantom
  235. -------
  236.  
  237.     This is an Accessory from B&P Pro 1.0 that was not documented in
  238. the manual.  It allows B&P Pro to synchronize with SMPTE via Dr. T's
  239. Phantom. It only works on Amigas equiped with Workbench 1.3.
  240.  
  241.  
  242. sMerFF
  243. ------
  244.  
  245.     The sMerFF user interface is slightly different from that depicted
  246. in the manual.  Instead of a separate SMPTE options requester, all
  247. SMPTE options are now in the main sMerFF control window.
  248.  
  249.  
  250. SunMPTE
  251. -------
  252.  
  253.     See the SunRize.doc file.
  254.  
  255.  
  256. SunSet
  257. ------
  258.  
  259.     See the SunRize.doc file.
  260.  
  261.  
  262. **********************************************************************
  263. *                         Technical Support                          *
  264. **********************************************************************
  265.  
  266.     Technical support is available only to registered users from
  267. 1:00pm to 5:00pm Monday through Friday at (404) 315-0212.
  268.